Change how PAL file I/O functions treat symbolic links#1393
Merged
chakrabot merged 1 commit intochakra-core:linuxfrom Aug 8, 2016
antonmes:linux
Merged
Change how PAL file I/O functions treat symbolic links#1393chakrabot merged 1 commit intochakra-core:linuxfrom antonmes:linux
chakrabot merged 1 commit intochakra-core:linuxfrom
antonmes:linux
Conversation
* synchronize changes made in dotnet/coreclr#4922
|
Hi @antonmes, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
@antonmes, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
Contributor
|
@dotnet-bot test this please |
Contributor
|
@dotnet-bot test Windows x86_debug please |
Contributor
|
Thanks @antonmes - LGTM. I'll merge this in now. |
chakrabot
pushed a commit
that referenced
this pull request
Aug 8, 2016
…lic links Merge pull request #1393 from antonmes:linux Synchronize changes made by @adityamandaleeka in dotnet/coreclr#4922 Fixes build on macOS Sierra: `ChakraCore/pal/src/cruntime/filecrt.cpp:355:12: error: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Werror,-Wdeprecated-declarations]`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synchronize changes made by @adityamandaleeka in dotnet/coreclr#4922
Fixes build on macOS Sierra:
ChakraCore/pal/src/cruntime/filecrt.cpp:355:12: error: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Werror,-Wdeprecated-declarations]